shell configuration

All posts tagged shell configuration by Linux Bash
  • Posted on
    Featured Image
    The default appearance and behavior of the terminal in Linux can be functional, but it might not be optimised for your personal workflow or aesthetic preferences. In this article, we explore advanced terminal customization techniques that can make your terminal easier to use and more visually appealing. Before diving into customization, it's worth noting that not all terminal emulators offer the same range of features. Here are a few popular ones you might consider: GNOME Terminal: Default on GNOME desktops. Konsole: Default on KDE. Terminator: Known for its ability to manage multiple terminals within one window. Tilix: A tiling terminal emulator great for advanced users. Alacritty: A GPU-accelerated terminal emulator.
  • Posted on
    Featured Image
    Customizing Your Bash Environment: A Guide to Using .bashrc and Related Files The Bash shell is a powerful tool for managing your Linux environment, providing a user interface to interact with the operating system via commands typing into text interface. Customizing the Bash shell can make your computing experience more productive and enjoyable. One of the main files used for customization is .bashrc, which configures the shell session's behavior for individual users. In this article, we'll explore how to effectively use .bashrc and related files to customise your Bash environment. Additionally, we will look into different package management systems like apt, dnf, and zypper, providing a brief guide on using them effectively. The .